home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / math / gle-3.000 / gle-3 / gle / demo / surface / jack.sur < prev    next >
Encoding:
Text File  |  1995-03-08  |  591 b   |  19 lines

  1. begin surface           ! run   letz jack.let   before surface this sample
  2.             !
  3.             ! this sample produces 400kB data on your disk
  4.             ! erase  jack.big  after using jack.sur and jack.gle
  5.     size 5 5 
  6.     nobigfile       ! for the final run place a  "!"  in front of this
  7.             ! line to write JACK.BIG to the disk. NOBIGFILE
  8.             ! speeds up surface when processing large datasets.
  9.  
  10.     data jack.z ! sample 2 ! uncomment the first "!" for lower resolution
  11.     back ystep 1 zstep 100 color green
  12.     xtitle "Xaxis"
  13.     ytitle "Yaxis"
  14.     top color blue
  15.     zclip min 100
  16.     zaxis min 0
  17.     underneath on lstyle 2
  18. end surface
  19.